home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000172_news@columbia.edu _Fri Mar 8 10:47:02 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA26999 for <kermit.misc@watsun>; Fri, 8 Mar 1996 10:47:02 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA03545 for kermit.misc@watsun; Fri, 8 Mar 1996 10:47:00 -0500 (EST)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.internetmci.com!swrinde!howland.reston.ans.net!agate!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Help:file transfer from Vax to PC errors
  8. Message-ID: <1996Mar7.114557.76076@cc.usu.edu>
  9. Date: 7 Mar 96 11:45:57 MDT
  10. References: <4hkkhk$a2s@vixen.cso.uiuc.edu>
  11. Organization: Utah State University
  12. Lines: 23
  13.  
  14. In article <4hkkhk$a2s@vixen.cso.uiuc.edu>, gcollier@s.psych.uiuc.edu (Geoff Collier) writes:
  15. > HELP needed: I am trying to transfer files from a vax to a 286 pc
  16. > across a 9600 Baud university connection.  I am using an old DOS
  17. > version of kermit (2.31, C 1988).  I get various errors, particularly
  18. > for larger files.  Sometimes I get "unable to receive", sometimes I
  19. > get other transmission failure errors.  This seems to happen mostly
  20. > with this large zipped file I have.
  21. >     Any suggestions?  Would a more recent vintageof kermit (dos)
  22. > solve these problems?  Where can I get a more recent version?  For
  23. > that matter, what is the most recent dos version.  I can also run
  24. > windows 3.0, or windows 95 if I can figure out how to get my laptop
  25. > hooked up to the serial connector.
  26. > Thansk in advance,
  27. > Geoff Collier
  28. ------------
  29.     Seems rather like a flow control problems, doesn't it. XON/XOFF
  30. needs to be implemented on both ends of the connection.
  31.     The current MS-DOS Kermit is version 3.14. As always, please go to
  32. KERMIT.COLUMBIA.EDU for Kermit files. When there look in kermit/msdos
  33. for binary file msvibm.zip as the current quick-start kit. Also please
  34. ask your VAX system manager to update their copy of CKermit/VMS (and delete
  35. the ancient Kermit-32 object).
  36.     Joe D.